home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineSprite_205_bombout / frame_1 / DoAction.as < prev   
Text File  |  2007-09-27  |  130b  |  7 lines

  1. _root.setFrame(this);
  2. onEnterFrame = function()
  3. {
  4.    _root.checkFrame(this);
  5.    this.swapDepths(_root.depth + 30000000);
  6. };
  7.